送信

TravelType MCP Server

@TravelType (KonzeptCode UG)

Read-only MCP server for the TravelType travel catalog: search and explore cities, countries, and points of interest, get POI details, and find similar places worldwide. No authentication required.
概要

TravelType MCP Server

A free, public, read-only MCP server for the TravelType travel catalog — search and explore cities, countries, and points of interest worldwide.

Endpoint: https://mcp.traveltype.app (Streamable HTTP, no authentication)

Tools

  • list_cities — list cities
  • get_city — city details
  • list_countries — list countries
  • get_country — country details
  • search_pois — search points of interest
  • get_poi_details — full POI details
  • find_similar_pois — find similar POIs

Connect

{ "mcpServers": { "traveltype": { "type": "http", "url": "https://mcp.traveltype.app" } } }

サーバー設定

{
  "mcpServers": {
    "traveltype": {
      "type": "http",
      "url": "https://mcp.traveltype.app"
    }
  }
}
- MCP Server